public void Remove(Breakpoint breakpoint)
 {
     throw new NotImplementedException();
 }
 protected bool Equals(Breakpoint other)
 {
     return string.Equals(id, other.id) && Equals(position, other.position);
 }