public AdminController(ILiteDbFlowerService flowerService, ILiteDbSentimentService sentimentService)
 {
     this.flowerService    = flowerService;
     this.sentimentService = sentimentService;
 }
 public ContributionController(IConfiguration configuration, ILiteDbSentimentService sentimentService)
 {
     Configuration         = configuration;
     this.sentimentService = sentimentService;
 }