private void MakeNewSDB(string[] splits)
        {
            var command = new NewCommand();

            command.Prepare(splits);
            command.SingleExecution(this._profile);
        }