public SessionInfoBuilder withRole(String role) {
   sessionInfo.setRole(role);
   return this;
 }