public string ResolvePath(string unresolvedPath)
        {
            var resolvedPath = PathUtilities.ResolvePathUsingUriLocalPath(unresolvedPath);

            return(resolvedPath);
        }