namespace ASC.Web.Api.ApiModel.RequestsDto; public class ShortenLinkDto { public string Link { get; set; } }