private readonly static Lazy _instance = new Lazy(() => new StockTicker(GlobalHost.ConnectionManager.GetHubContext().Clients)); public static StockTicker Instance { get { return _instance.Value; } }