// Clients can call this method, which uses the instance of TwitterStream
 public async Task SetStreamBounds(double latitude, double longitude)
 {
     await _twitterStream.SetStreamBoundsAsync(latitude, longitude);
 }