package lu.foyer package contracts trait EmployeeService: def fetchOne(subject: String): Either[String, Employee]