public override int GetHashCode()
 {
     unchecked
     {
         return(31 * Start.GetHashCode() + 7 * End.GetHashCode());
     }
 }