public async Task <IEnumerable <string> > GetListAsync([FromServices] IRepositoryQuery query) { return(await query.GetRepositoriesAsync()); }