public static IAppBuilder UseClaveAuthentication(this IAppBuilder app, ClaveAuthenticationOptions options)
 {
     return(app.Use(typeof(ClaveAuthenticationMiddleware), app, options));
 }
 public static IAppBuilder UseClaveAuthentication(this IAppBuilder app, ClaveAuthenticationOptions options)
 {
     return app.Use(typeof(ClaveAuthenticationMiddleware), app, options);
 }