public void Print() { Console.WriteLine(nameof(UsersController) + " - " + _guid); _usersService.Print(); _pullRequestService.Print(); }