public override bool Equals(DomainEvent other, bool strict) => Equals(other as EnvironmentDeleted, strict);
public abstract bool Equals(DomainEvent other, bool strict);