public override void Configure(Nancy.Configuration.INancyEnvironment environment) { environment.Diagnostics( enabled: true, password: "******"); }