Is IdentityDataConsolidator available in Python version of QuantConnect?

Trying to use it gives me an error.

During the algorithm initialization, the following exception has occurred: TypeError : cannot instantiate an open generic type at Initialize in main.py:line 23 :: self.consolidator = IdentityDataConsolidator(); TypeError : cannot instantiate an open generic type

Author