public static async Task <byte[]> StopRecording() { await Capture.StopRecordWithResultAsync(); return(RecordedBytes); }