/// <summary> /// Initializes the <see cref="LexographicEnumConverter"/> class. /// </summary> static LexographicEnumConverter() { ComparerInstance = new LexographicComparer(); }