public void Configuration(IAppBuilder app) { app.UseShowEnvironmentInResponseBody(); app.UseShowEnvironmentInConsole(); }