namespace HttpClientStudy.Config
{
public class WebApiConfig
public string BaseUrl { get; set; } = "http://localhost:5189";
public string WebAppMutexName { get; set; } = "HttpClientStudy.WebApp";
}