namespace PokemonSleepWeb.Client.Utility { public class StaticDetails { public static string PokemonSleepAPIBase { get; set; } public enum ApiType { GET, POST, PUT, DELETE } } }