namespace Client { public class Urls { public const string IdentityServer = "https://localhost:7080"; public const string SampleApi = "https://localhost:6001"; } }