private static string GetFileUrl(this ILocator locator, IAssetFile file)
 {
     return(locator.GetFileUrl(file.Name));
 }