using Telegrator.Hosting.Components; namespace Telegrator.Hosting.Web.Components { public interface ITelegramBotWebHost : ITelegramBotHost//, IEndpointRouteBuilder { } }