public IQueryable <Int64> GetInt64(Int64 int64) { Int64[] x = new Int64[] { int64 }; return(x.AsQueryable()); }