public static function create(ContainerInterface $container) { return new static($container ->get('entity_type.manager'), $container ->get('date.formatter'), $container ->get('messenger')); }