internal static void IncludeOAuthAuthentication(this SwaggerGenOptions options,
                                                 OAuthAuthenticationOptions oAuthAuthenticationOptions)
 {
     options.AddOAuth2SecurityDefinition(oAuthAuthenticationOptions);
 }