public PrimeService_IsPrimeShould()
 {
     _primeService = new PrimeService();
 }