public enum ParsingError : Error { case MalformedJSON(reason: String) case ConfigFileNotExistent case ImpossibleToWriteKeyToFileSystem }