public object Unlock(PlayerData data) { _commands.Unlock(data.PlayerId); return(Ok(new { Result = "success" })); }