namespace Piwigo.Client;
public interface IPiwigoClient
{
ISessionApi Session { get; }
ICategoryApi Category { get; }
}