using TelegramBotBase.Form; namespace TelegramBotBase.Interfaces; public interface IStartFormFactory { FormBase CreateForm(); }