public MainService(IStoryService storyService,
                    ClassWithTwoConstructors anotherDependency)
 {
     _anotherDependency = anotherDependency;
 }
 public MainService(IStoryService storyService,
     ClassWithTwoConstructors anotherDependency)
 {
     _anotherDependency = anotherDependency;
 }