John O'Reilly
service
fun SessionDetails.isBreak() = this.type == "break" fun SessionDetails.isService() = this.type == "service"