public async Task Lmgtfy([Name("text to search")][Remainder] string textToSearch) => await ReplyAsync(UtilitiesService.Lmgtfy(textToSearch));