Suppose you were programmatically creating a component to control the FileWatch service on a local EasyNomad machine. Which options are correct?
private ServiceController FMServiceController = new ServiceController ('EasyNomad') ;
private ServiceController FMServiceController = new ServiceController ('EasyNomad', 'FileWatch') ;
private ServiceController FMServiceController = new ServiceController ('FileWatch', 'EasyNomad') ;
private ServiceController FMServiceController = new ServiceController(“FileWatch”) ;