public FileRenameCommandException(string message, FileRenameCommand command) : this(message, null, command)
 {
 }
 public FileRenameCommandException(string message, Exception innerException, FileRenameCommand command) : base(message, innerException)
 {
     Command = command;
 }