public void CanMapADatabaseEntityToADomainObject()
 {
     var domain   = new CustomerEntity();
     var response = domain.ToResponse();
 }