private void button_Click(object sender, RoutedEventArgs e)
 {
     MessageBox.Show("{0}", remoteService.TestMethod());
 }