// The "classic" Repository interface trait BoatRepository { def find(uid: String): Future[Boat] }