private static string ProcessImages(string customerId, string shootId) { const string customerDataPath = @"\\khpserver\CustomerData"; const string websitePath = @"\\khpserver\WebSites\KHainePhotography.co.uk"; var shootData = new CustomerShootData(customerId, shootId, customerDataPath, websitePath); return(_uploader.ProcessImages(customerId, shootData.CustomerData.UsersPassword, shootId, shootData.Originals(), shootData.Videos(), shootData.ColourEdits(), shootData.SepiaEdits(), shootData.BandWEdits())); }