Create a new data manager based on type.
type
DataManager? create(String type) => _registry[type]?.create();