namespace Admin.Pages.Shared.Layout { public interface ILayoutDataProvider { Task CreateAsync(HttpContext context); } }