static void Main(string[] args) { WebServiceClient Client = new WebServiceClient(); Console.WriteLine(Client.Factorial(3)); Client.Close(); }