public void Remove(LaneConfigElement serviceConfig)
 {
     BaseRemove(serviceConfig.Id);
 }
 public void Add(LaneConfigElement serviceConfig)
 {
     BaseAdd(serviceConfig);
 }