public async Task <Projeto> Get(string id) { return(await _projetoRepository.GetOne(id) ?? new Projeto()); }