public static IMvcBuilder AddControllersFromAssembly(this IMvcBuilder mvcBuilder, Type type)
 {
     return(mvcBuilder.AddControllersFromAssembly(type.Assembly));
 }