namespace PS.IPAM; using System; [Serializable] public enum methods { GET, POST, PATCH, DELETE }