internal ValueTask RemoveTemplate(Guid templateId) => _restClient.DeleteContentAsync($"{Endpoint}/{templateId}");
internal ValueTask RemoveTemplateKind(string templateKindKey) => _restClient.DeleteContentAsync($"{Endpoint}/{templateKindKey}");