public Platform(PlatformLayout layout) { this.layout = layout; }
public Platform(string[] commands, PlatformLayout layout) { this.commands = commands; this.layout = layout; }