public void HandleDeleteMashupCommand(string args)
 {
     var command = new DeleteMashupCommand();
     command.Execute(args);
 }
        public void HandleDeleteMashupCommand(string args)
        {
            var command = new DeleteMashupCommand();

            command.Execute(args);
        }