public User takeUserByTemplate() { User template = new User(); template.Name = "John Dow"; return(proxy.Take <User>(template)); }