export interface IValueObject { readonly props: Props; equals(other: IValueObject): boolean; }