public string SayBye(string name)
 {
     return(_greetingService.SayBye(name));
 }