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