public async Task <ActionResult <string> > DeltaAsync() => Ok(await service.GetDelta());