public async Task <List <Call> > Get(Guid identification) { var calls = await _endpointService.GetCalls(identification); return(calls); }