public static Request Cancel() { if (Core.IsInitialized()) { return(new Request(CAPI.ovr_Matchmaking_Cancel2())); } return(null); }