public ISignal ApplyFor(string key, object value) { var signal = _producer.CreateSignal(key, value); return(signal); }