Legend 
  | Static method: FluidCommandRunner RunRaw( | 
| string | command | The command and its arguments. All arguments must be escaped as appropriate. | 
The default options are as follows: 0 is the only exit code indicating success; print the command output to the console as-is.
                    Example: CommandRunner.RunRaw(@"C:\Program Files\Foo\Foo.exe -f ""C:\Some
                    Path\file.txt""").SuccessExitCodes(0, 1).Go();