quotaService = $quotaService; } public function getDiskInfo(): array { return $this->quotaService->getStatus(); } }