public void GetLocalPath_ThrowsArgumentNullException()
        {
            Action action = () => client.GetLocalPath(null);

            action();
        }