public SchemaUpdater(Environment environment, Perspective perspective)
 {
     this.environment = environment;
     this.perspective = perspective;
 }
 public static void Run(Environment environment, Perspective perspective, params string[] args)
 {
     WinFormRunner.Run<ClientForm>(environment, perspective, args);
 }