private EitherAsync <TodoFailure, Seq <TodoItem> > Retrieve() => _todoItemDataSource.GetAll() .MapLeft(TodoFailureCon.Database) .Bind(Translate);