public ViewModelBinding([NotNull] string path) { Converter = new ViewModelConverter(); Path = new PropertyPath(path); }