public static void Logout(this HttpResponseBase response, string redirectUrl = null) { response.Logout(new TokenProviderConfiguration(), redirectUrl ?? "https://www.veracity.com/auth/logout"); }