public static PackagePhysicalFileMetadata Build(string fullFilePath) { return(Build(fullFilePath, PackageName.FromFile(fullFilePath))); }