Replace status code with boolean
Updates various methods that returned a StatusCode to indicate a yes/no decision, to use a boolean instead.
Avoids the cost of the StatusCode destructor, which can be significant if the method in question is heavily called.