public async Task <SiteDto> Get(Guid id) { var site = await _dbContext.RetrieveSiteById(id); return(Mapper.Map <SiteDto>(site)); }