using Owin; namespace RequestPlex.UI { public class Startup { public void Configuration(IAppBuilder app) { app.UseNancy(); } } }