public static Command SMove(Delta lld) { Requires.Arg(lld.IsLld(), nameof(lld), "Argument is not a valid lld."); return(new SMoveCommand(lld)); }