public static string LogDetails(CustomerDetails customer, string message) { return(LogDetails(customer.UniqueId, customer.CustomerName, customer.CustomerType.ToString(), customer.Filename, customer.TimeStamp.ToString(), customer.TotalSalesAmount.ToString(), message)); }