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