public int Count() => WrappedNakedObject.GetAsQueryable().Count();
public int Count() { return(WrappedNakedObject.GetAsQueryable().Count()); }