public NetworkBackgammonGameSessionEvent(GameSessionEventType _type)
 {
     type = _type;
 }
 public NetworkBackgammonGameSessionEvent()
 {
     type = GameSessionEventType.Invalid;
 }