public VoiceMessageController()
 {
     _userService = new UserService();
     _storyTellerService = new VoiceMessageStoryTellerService();
 }
 public TextMessageController()
 {
     _userService = new UserService();
     _storyTellerService = new TextMessageStoryTellerService();
 }