public ServiceUpdateTests()
        {
            serviceControlManager = A.Fake <ServiceControlManager>(o => o.Wrapping(new ServiceControlManager {
                NativeInterop = nativeInterop
            }));

            sut = new ServiceUtils.Win32ServiceManager(TestMachineName, TestDatabaseName, nativeInterop);
        }