public int StartBatch(string[] fileNames, string environment, string username) { return(_batchManager.StartBatch(fileNames, environment, username)); }