public static string ResolveExecutingFile(BrandProvider provider) { return(System.IO.Path.Combine(Root, provider.Uri)); }
public static string ResolveBrandProviderImage(Brand brand, BrandProvider provider) { return(System.IO.Path.Combine(Root, brand.NameAndFolder, provider.IconPath)); }