public async Task <ActionResult <bool> > AddMemberToBlackList([FromRoute] int id) { return(Ok(await _memberService.AddMemberToBlacklistAsync(id))); }