(params: LoadSessionRequest)
| 45 | } |
| 46 | |
| 47 | loadSession(params: LoadSessionRequest) { |
| 48 | return run(this.service.loadSession(params)) |
| 49 | } |
| 50 | |
| 51 | listSessions(params: ListSessionsRequest) { |
| 52 | return run(this.service.listSessions(params)) |
no test coverage detected