private static string GetUncPathHelper(string path) { using (var pin = new PinCollection()) { return(StringResult.FromNative(NativeCommon.FabricGetUncPath(pin.AddBlittable(path)))); } }