What’s the reason behind naming the method GetTotalMemoryUsageMb() as opposed to GetTotalMemoryUsageMB() if the return type is indeed megabytes and not megabits?
While I imagine many of us are capable of making that distinction, it’s not implied by the method name at a glance. I’d really like to see this method deprecated/renamed in favor of a correctly named method before it’s too well established.