namespace ASC.Web.Api.ApiModel.RequestsDto; public class GreetingSettingsDto { public string Title { get; set; } }