public SignalService() { CacheConnection = ConnectionMultiplexer.Connect("localhost"); Cache = CacheConnection.GetDatabase(); }