public static int GetVarInt(this NetDataReader reader)
 {
     return((int)reader.GetVarLong());
 }