public bool Execute() => _controller.TryCommit();
public bool Execute() { return(_controller.TryCommit()); }