For my IoT Hub backend solution, how can I register for notifications when
A) a reported property from a client is changed and
B) a desired property from "myself" has finally be updated (because the my updates are synchronous and I don't seem to be able to get a callback immedially from RegistryManager.UpdateTwinAsync().
My backend is a .NET Core web in C# and I'm using the Microsoft.Azure.Devices library.