/// <summary> /// Sets new Service Url for <see cref="Instance"/> of <see cref="RestApiWrapper"/> /// </summary> /// <param name="serviceUrl">New service url.</param> public static void SetServiceUrl(string serviceUrl) { RestApiWrapper.instance = new RestApiWrapper(serviceUrl); }