public void Transform()
 {
     Result = new PCubedFicaVerficationResponse();
 }
 private static void NotHandledResponse(ICollection<IPointToLaceProvider> response)
 {
     var ficaVerficationResponse = new PCubedFicaVerficationResponse();
     ficaVerficationResponse.HasNotBeenHandled();
     response.Add(ficaVerficationResponse);
 }