public async Task StartListenening(AsyncServerStreamingCall <TResult> client, CancellationToken ct) { await client.ListenUniStream(queue, ct); }