public void Remove(ServerProcess process) { InnerList.Remove(process); }
public void Add(ServerProcess process) { InnerList.Add(process); }