def unsupported(type: Type[T]) -> UnsupportedError: return UnsupportedError("The type \"{type}\" is not supported by this DataSource!".format(type=type.__name__))