public ColumnToPropertyMappingStrategy()
 {
     if (ServiceLocator.IsInitialised())
     {
         _typeRegistry = ServiceLocator.Instance.Resolve <ITypeRegistry>();
         _mapper       = ServiceLocator.Instance.Resolve <IDictionaryToObjectMapper>();
     }
 }