/// <summary> /// button -> sending your new meme properties to a server /// </summary> public async Task CreateByServer() { await _memeService.CreateMeme(Title, TopText, BottomText, Image); }