public void Integration()
 {
     var installer = new PerformanceMonitorUsersInstaller();
     installer.Install(@"location\username", null);
 }
        public void Integration()
        {
            var installer = new PerformanceMonitorUsersInstaller();

            installer.Install(@"location\username");
        }