public async Task <IEnumerable <PartyDetailsVM> > FetchPartyDetails()
 {
     return(await _partyService.FetchAllPartyDetails());
 }