public override Task SendResponse(TelegramContext telegramContext) { return(telegramContext.SendPhotoMessage(PhotoIdentifier, ChatId)); }