public CorporationVolunteerForCeo(IVolunteerCEOService volunteerCEOService) { _volunteerCEOService = volunteerCEOService; }
public CorporationCeoTakeOverStatus(IVolunteerCEOService volunteerCEOService) { _volunteerCEOService = volunteerCEOService; }