public StoryController(IStoryServer storyService) { _storyService = storyService; }
public StoryAPIController(IStoryServer storyService) { _storyService = storyService; _repoPath = "fileStorage\\images\\"; }