Creates a service by requiring its factory file.
protected function load(string $file) : mixed { return require $file; }