public void Execute(WriteFileCommand <T> writeToFileCommand)
 {
     file.WriteAllBytes(writeToFileCommand.FilePath, writeToFileCommand.FileContent);
 }