I have the following enum
public enum States { [EnumMember(Value = "AL")] Alabama = 1, [EnumMember(Value = "AK")] Alaska = 2,