namespace Piwigo.Client; public interface IPiwigoClient { Task LoginAsync(Uri uri, string username, string password); }