public ValueTask <string> CreateAsync(string title, NotificationOptions options) => this.runtime.InvokeAsync <string>(CreateFunctionName, title, options);