1namespace MoMoney.boot.container.registration.mapping 2{ 3 public interface IMapInitializationStep<T> 4 { 5 T initialize(); 6 } 7}