public static void SendBatchEntities(this NetState ns, IReadOnlyCollection<IEntity> entities) => ns.SendBatchEntities(entities, entities.Count);