using Newtonsoft.Json; using Telegram.Bot.Types; using West.TelegramBot.ContentStore.Model; namespace West.TelegramBot.ContentStore.Service; public class CatApiService : AnimalAsAService { public CatApiService() : base(new Uri("https://api.thecatapi.com/v1/")) {} }