namespace Game { public struct CommandLineOptions { public static CommandLineOptions Parse(string[] args) { return new CommandLineOptions(); } } }