namespace Entities.Configuration { public class ApiConfiguration { public string? BaseAddress { get; set; } /*= "http://localhost:5099";*/ } }