public void Setup()
        {
            var parameter = GetType().GetMethod("GetCustomersInCountry").GetParameters().Single();

            mapping = new FunctionParameterMapping(parameter);
        }
 public void Setup()
 {
     var parameter = GetType().GetMethod("GetCustomersInCountry").GetParameters().Single();
     mapping = new FunctionParameterMapping(parameter);
 }