using West.TelegramBot.ContentStore.Model; namespace West.TelegramBot.ContentStore.API; public interface ISomeRandomApi { public Task GetAnimalAsync(string animalId); }