using Piwigo.Client.Contract; namespace Piwigo.Client; public interface ICategoryApi { Task> GetAllCategoriesAsync(); }