Release 1.0.14
Add authorization for /help command and handler setup - Updated `HomeController.cs` to include two new methods for handling the `/help` command, one authorized and one not. - Modified `Program.cs` to include `TelegramBot.Extensions` namespace and use an authorization handler. - Added `AuthorizationHandler.cs` to define `AuthorizationHandler` class implementing `IBotAuthorizationHandler` for user ID-based authorization.