60616263646566
@Produces @RequestScoped public Client getCurrentClient() { //TODO load client from service (by id) return new Client(this.currentClientId, "test client"); }