void _stream_MatchingTweetAndLocationReceived(object sender, MatchedTweetAndLocationReceivedEventArgs e) { if (e.Tweet != null) { _storage.AddTweet(e.Tweet); } }