public async Task SendReaction(string reaction) { await reactionRepository.Send(new Models.Reactions { Reaction = reaction }); }