public static string GetBillFilePath(this IBill bill) { return(Path.Combine(Configurations.Environment.WebRootPath, Configurations.BillsStockagePath, bill.GetBillFileName())); }