using System.Threading.Tasks;
namespace ProxmoxConnector.Integration.Abstractions
{
public interface IPveConnector
Task TestWithLogin();
Task TestWithToken();
}