public function __construct( $prefix, $services, $translations ) {
        $this->class_name                 = Container::class;
        $this->collection_class_name      = Container_Collection::class;
        $this->query_class_name           = Container_Query::class;
        $this->rest_controller_class_name = REST_Containers_Controller::class;