public void StoreFile(string sourceFileName, string destinationPath) { _fileSystem.StoreFile(sourceFileName, destinationPath); }