public interface ISiteService { Task CreateAsync(CreateSiteRequest req); Task GetByIdAsync(Guid id); Task> ListAsync(); }