public Task <IEnumerable <string> > HandleAsync(BlockListQuery query) { throw new System.NotImplementedException(); }
public IEnumerable <string> Handle(BlockListQuery query) { return(_projection.GetAll()); }