public static TabularObject ResolveObjectPath(string path)
        {
            var model = TabularModelHandler.Singleton.Model;

            return(TabularObjectHelper.ResolveObject(model, path));
        }
 public static string GetObjectPath(this TabularObject obj)
 {
     return(TabularObjectHelper.GetObjectPath(obj));
 }