public TimeSpan BossBestTime(BossType type) { return(TimeSpan.FromMilliseconds(_preferences.GetFloat("BossBestTime-" + type.ToString(), 0))); }