public void Setup()
 {
     config   = new Mock <IProvider>();
     TokenObj = new DrugsApiController(config.Object);
 }
 public DrugMicroserviceTests()
 {
     _drugsController = new DrugsApiController(_drugServiceMock.Object);
 }