public MembershipCancellationController(IMembershipCancellationService service)
 {
     _service = service;
 }