public async Task <bool> DeletePersonRelation(string inviter, string invited, RelationType type) { RelationType counterType = FccRelationTypeHelper.GetCounterRelationType(type); return(await _repo.DeletePersonRelation(inviter, invited, type, counterType)); }