public static ServerState valueOf(UnsignedInteger value) {
   return value == null ? null : valueOf(value.intValue());
 }