public void GetMedicineList()
        {
            var response = _repository.GetMedicineList();

            response.ShouldNotBeNull();
        }