public bool CanInterview(Profile profile) => Profile.Experience > profile.Experience;
public ConsultantRecruteur(ConsultantRecruteurDto dto) { Name = dto.Name; Profile = new Profile(dto.Profile); }