public WhateversController(IWhateverService whateverService)
 {
     _whateverService = whateverService;
 }