pub trait Command: Send { }
Trait for a Request that represents a Command.
Change the state of a system but do not return a value.