Map<String, String?> get parameters { if (_shouldUseMock) { return SintTestMode.parameters; } return rootController.rootDelegate.parameters; }