public static IEnumerable <string> CreateForTenant(this MyViewLocation myViewLocation, string tenant, IEnumerable <string> viewLocations)
 {
     return(myViewLocation.Create(Category_Tenant, tenant, viewLocations));
 }
 public static IEnumerable <string> CreateForTheme(this MyViewLocation myViewLocation, string theme, IEnumerable <string> viewLocations)
 {
     return(myViewLocation.Create(Category_Theme, theme, viewLocations));
 }