public bool IsPropertiesEdited(Contact contact, params string[] properties) =>
 _contactDal.IsPropertiesEdited(contact, properties);