public void GetCurrentCheckout_should_query_git_and_return_null_if_response_is_not_sha(string msg)
 {
     using (_executable.StageOutput($"rev-parse HEAD", msg, 0))
     {
         _gitModule.GetCurrentCheckout().Should().BeNull();
     }
 }