using West.TelegramBot.ContentStore.API; namespace West.TelegramBot.ContentStore.Service.SomeRandomApi; public class FoxService : SomeRandomApiAbstractService { public FoxService(ISomeRandomApi api) : base(api, "fox", "Лисица", 40, 170) { } }