public static IMiCakeApplication AddMiCake <TStartupModule>(this IServiceCollection services, Action <IMiCakeBuilder> builderConfigAction)
 {
     return(MiCakeApplictionFactory.Create <TStartupModule>(services, builderConfigAction));
 }
 public static IMiCakeApplication AddMiCake <TStartupModule>(this IServiceCollection services)
 {
     return(MiCakeApplictionFactory.Create <TStartupModule>(services));
 }