public function getScoresByType(EScoreType $type)
 {
     return $this->scores[$type->getKey()];
 }