public int Check(bool SdkOnly) => ManageGlobalJsonImplementation.Check(StartPathArg, Verbosity);
public int List(FileInfo Output) => ManageGlobalJsonImplementation.List(StartPathArg, Verbosity, Output);
public int Update(FileInfo FilePathArg, string OldVersion, string NewVersion, bool AllowPrerelease, RollForward RollForward) => ManageGlobalJsonImplementation.Update(StartPathArg, Verbosity, FilePathArg, OldVersion, NewVersion, AllowPrerelease, RollForward);
public int Find() => ManageGlobalJsonImplementation.Find(StartPathArg, Verbosity);