public string ResolveFilePath(string unresolvedFilePath)
        {
            var resolvedFilePath = PathUtilities.ResolveFilePathUsingUriLocalPath(unresolvedFilePath);

            return(resolvedFilePath);
        }