It would be great to work with the object edit awaiting it instead of using events. Just like in the dialogs. Example: ```Csharp await myObject.EditAsync(); Console.WriteLine("Finished editing"); ```