///<summary>Returns the hash code for this lifetime, based on its source.</summary> public override int GetHashCode() { return(Soul.GetHashCode()); }
///<summary>Returns the hash code for this lifetime, based on its source.</summary> public override int GetHashCode() => Soul.GetHashCode();