public static EntityId ReadBytes(byte[] buffer, ref int position) { return(new EntityId(RailBitBuffer.ReadBytes(buffer, ref position))); }