namespace STUN.Enums { internal enum Method : ushort { Binding = 0b00000_0_000_0_0001, SharedSecret = 0b00000_0_000_0_0010, } }