private bool Equals(AllocationPool other)
 {
     return string.Equals(Start, other.Start) && string.Equals(End, other.End);
 }
 private bool Equals(AllocationPool other)
 {
     return(string.Equals(Start, other.Start) && string.Equals(End, other.End));
 }