public Executor(IUseCaseExecutorTools tools)
 {
     _tools = tools;
 }
 public Executor(IUseCaseExecutorTools tools, GetUserActionsForPost getUserActionsForPost)
 {
     _tools = tools;
     _getUserActionsForPost = getUserActionsForPost;
 }