public static CreateClientCommand ToCreateClientCommand(this ClientCreateModel model)
 {
     return(model.MapTo <ClientCreateModel, CreateClientCommand>());
 }