public static void Remove(this Cell self, AOIEntity aoiEntity) { self.AOIUnits.Remove(aoiEntity.Id); }
public static void Add(this Cell self, AOIEntity aoiEntity) { self.AOIUnits.Add(aoiEntity.Id, aoiEntity); }