public void Setup()
 {
     _services = new MarshalingTestPlatformServices();
     Device.PlatformServices = _services;
     _services.Start();
 }