public async Task <IEnumerable <Project> > Get()
 {
     return(await ProjectDataService.GetAllByDomainAsync(CosmosDbConfig.DomainString));
 }