public TweetV2EventArgs(TweetV2Response response, string json) : this(response.Tweet, response.Includes, json)
 {
 }
 public TweetV2ReceivedEventArgs(TweetV2Response response, string json) : base(response, json)
 {
 }