private static void SetSfInstalledMobyHelper(string fileContents) { using (var pin = new PinCollection()) { NativeCommon.FabricSetSfInstalledMoby(pin.AddBlittable(fileContents)); } }