public async Task <IDetailedProject> GetProjectById(string id)
 {
     return(await _projectDataService.GetProjectDetailsAsync(new ProjectByIdLocator(id)));
 }