// ROffler long
 public User takeUserById()
 {
     return(proxy.TakeById <User>(1L));
 }