namespace DispenserCore.Model.Enum; public enum TlsProtocolsEnum { TLS_1_2, TLS_1_3 }