public void Configuration(IAppBuilder app) { _backgroundTicker = new BackgroundTicker(); app.MapSignalR(); }