public void Start() { connection.SubscribeToAllStreamsAsync(OnEvent, () => { throw new NotImplementedException("Dropping not yet implemted"); }); }