public void TestPermissionsCheck() { // Arrange // Act cameraCapture.CapturePhoto(); // Assert permissions.Received().CheckWriteStorage(); }