public IActionResult Get(ODataQueryOptions <TestModel> options) { var list = _testService.GetAll(); return(Ok(new QueryResult <TestModel>(list, list.Count))); }