public async Task Suggest([Remainder] string suggestion = null) { await publicService.SuggestAsync(Context, suggestion); }