public bool IsFriend(string playerId, string playerDoorOwner)
 {
     return(Friends.IsLoaded && Friends.Call <bool>("IsFriend", playerId, playerDoorOwner));
 }