experiment: using custom automapper function to map profile to profileDto; refactor: adjusted ProfileService to use pointer return types with models
feat: implemented mapspecial package for mapping dtos that are not possible to automap by default; initialized profile service; added dtos for profile and profileSettings