public static ICommandAdapter CreateCommandAdapter(this IApplicationAdapter adapter) => adapter.CreateCommandAdapter();
 public static ICommandAdapter CreateCommandAdapter(this IApplicationAdapter adapter)
 {
     return(adapter.CreateCommandAdapter());
 }