public string CreateClient(Reservation reservation)
 {
     return this.url + "client/federated.html#reservation_id=" + reservation.ReservationId.Id;
 }