public IEnumerable <Permit> GetPermits(int count)
 {
     return(_permitGenerator.GenerateLazy(count));
 }