public Float getDeckMargin(Context... context) {
        if (this.prefs != null) {
            return prefs.getFloat(Keys.DECK_MARGIN, Defaults.DECK_MARGIN);
        } else if (context != null && context.length > 0) {
            this.prefs = context[0].getSharedPreferences(APPLICATION_ID, Context.MODE_PRIVATE);