public static AuthenticationService <UserAccount> GetAuthenticationService(this NancyContext ctx)
 {
     return(ctx.GetAuthenticationService <UserAccount>());
 }