public async Task <IEnumerable <ProjectDto> > Get() { var projectsList = await _projectsService.GetAllAsync(); return(projectsList); }