public void SendTweetToServer(string message) => _tweetRepository.SaveTweet(message);