Will simplify the creation of `BindingContextProvider` by eliminating the need to write `ParameterValueConverters` for each ViewModel. The following will allow to provide any ViewModel for child elements. ```csharp [UxmlElement] public partial class CommonBindingContextProvider : BindingContextProvider<IBindingContext> { } ``` Related thread https://github.com/LibraStack/UnityMvvmToolkit/discussions/43#discussioncomment-6451994