public MainViewModel(ISampleService sampleService)
 {
     _sampleService = sampleService;
     Welcome = _sampleService.GetWelcomeMessage();
 }