public int GetHashCode([DisallowNull] GetCanDbResponse obj)
        {
            var comparer = new CanDbDetailsComparer();

            return(comparer.GetHashCode(obj.CanDb));
        }