public FilesController(IFileSystemFactory fileSystemFactory)
 {
     _fileSystem = fileSystemFactory.CreateFileSystem();
 }