public string Visit(ChangeTagsCommand command) { return(CommandNames.ChangeTags); }
public string Visit(ChangeTagsCommand command) { return(command.OldTags + "---->" + command.File.Tags + "\n"); }