private function mapRowToUser(array $row) : User
 {
     return User::fromState($row);
 }