public void PostToRoom( string roomId, string text, List<Mention> mentions = null, List<LocalFile> files = null, Action<SparkApiEventArgs<Message>> completionHandler = null )