public ActionResult <IEnumerable <string> > Get() { var a = _userDB.Query().Count(); return(new string[] { "value1", "value2" }); }