public bool Execute(ActivateCustomerCommand Command, ICommandProcessor CommandProcessor)
 {
     customerRepository.Activate(Command.CustomerId);
     return(true);
 }