Allow clients to "subscribe" to unobservable properties by polling
E.g. client.MyFeature.MyUnobservableProperty.subscribe_by_polling(interval=1) to call client.MyFeature.MyUnobservableProperty.get() every seconds and return a stream, like client.MyFeature.MyObservableProperty.subscribe().