private async Task sendStream(IOptions opts) { Logger.Info($"Requesting stream for client: {Client.Client.RemoteEndPoint}"); CaptureProcess.requestStream(opts, this); }