public override async Task <UpdateHandlingResult> HandleCommand(Update update, DefaultCommandArgs args) { await Bot.Client.SendTextMessageAsync( update.Message.Chat.Id, "Прости...", replyMarkup : Keyboards.GetMainOptionsKeyboard()); return(UpdateHandlingResult.Handled); }