/// <inheritdoc /> public virtual ValueTask <string> Create(string notificationId, CreateNotificationOptions options) { return(InvokeAsync <string>("create", notificationId, options)); }
/// <inheritdoc /> public ValueTask <bool> Update(string notificationId, CreateNotificationOptions options) { return(InvokeAsync <bool>("update", notificationId, options)); }