1 2 3 4 5 6
namespace IOL.BookmarkThing.Server.Api.Internal; public class GetSiteReportRequest { public Uri Url { get; set; } }