Set<String> get graphKeys => _userGraphKeys;
set graphKeys(Set<String> graphNames) { _userGraphKeys = graphNames; }