public async Task <ErrorSolution> Get(Guid id) { var e = await errorRepo.GetByProp(x => x.Id == id); return(e); }