using West.TelegramBot.ContentStore.API; namespace West.TelegramBot.ContentStore.Service.SomeRandomApi; public class PandaService : SomeRandomApiAbstractService { public PandaService(ISomeRandomApi api) : base(api, "panda", "Панда", 40, 160) { } }