@Nullable
@Override
protected Process createProcess() throws ExecutionException {
MongoConfiguration mongoConfiguration = MongoConfiguration.getInstance(getProject());
String shellPath = mongoConfiguration.getShellPath();
final GeneralCommandLine commandLine = new GeneralCommandLine();
commandLine.setExePath(shellPath);
commandLine.addParameter(MongoUtils.buildMongoUrl(serverConfiguration, database));