namespace Hcs.Client.Api { public abstract class ApiBase(ClientBase client) { protected ClientBase client = client; } }