/// <inheritdoc/> public ClientResponse <RESTVoid> DeleteConsent(Guid?consentId) { return(client.DeleteConsentAsync(consentId).GetAwaiter().GetResult()); }