private string FixBonePath(string path) { var frame = RootFrame.FindFrameByPath(path); return(frame?.Path); }