protected bool Equals(BaseSmashAttributeTypeModel other)
 {
     return Id == other.Id && string.Equals(Name, other.Name);
 }