using West.TelegramBot.ContentStore.API; namespace West.TelegramBot.ContentStore.Service.SomeRandomApi; public class KoalaService : SomeRandomApiAbstractService { public KoalaService(ISomeRandomApi api) : base(api, "koala", "Коала", 40, 180) { } }