public List <HobbyDTO> GetHobies() { return(HobbyDTOMapping(_hr.Get())); }
internal IEnumerable <Hobby> Get() { return(_hr.Get()); }